mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-19 07:51:26 +00:00
Add #[wasm_bindgen(assert_no_shim)]
on imported functions for testing
This should not be used outside of wasm-bindgen's test suite.
This commit is contained in:
@ -314,6 +314,7 @@ impl<'src> FirstPassRecord<'src> {
|
||||
variadic,
|
||||
catch,
|
||||
structural,
|
||||
assert_no_shim: false,
|
||||
shim: {
|
||||
let ns = match kind {
|
||||
ast::ImportFunctionKind::Normal => "",
|
||||
|
Reference in New Issue
Block a user