mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-24 18:21:33 +00:00
Generate node.js require
directives for --nodejs
This commit is contained in:
@ -3,7 +3,6 @@ extern crate test_support;
|
||||
#[test]
|
||||
fn works() {
|
||||
test_support::project()
|
||||
.detect_node(true)
|
||||
.file("src/lib.rs", r#"
|
||||
#![feature(proc_macro, wasm_custom_section)]
|
||||
|
||||
|
Reference in New Issue
Block a user