Skip to content

Commit

Permalink
don't export compile_wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Nov 11, 2023
1 parent 9401ecb commit e6da768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StaticCompiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using StaticTools
using StaticTools: @symbolcall, @c_str, println
using Core: MethodTable

export load_function, compile_shlib, compile_executable, compile_wasm
export load_function, compile_shlib, compile_executable
export native_code_llvm, native_code_typed, native_llvm_module, native_code_native
export @device_override, @print_and_throw

Expand Down

0 comments on commit e6da768

Please sign in to comment.