-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert bundler target specific default transformations (#4253)
- Loading branch information
Showing
75 changed files
with
535 additions
and
465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
(module $reference_test.wasm | ||
(type (;0;) (func (param i32 i32) (result i32))) | ||
(func $add_u32 (;0;) (type 0) (param i32 i32) (result i32)) | ||
(func $add_i32 (;1;) (type 0) (param i32 i32) (result i32)) | ||
(type (;0;) (func)) | ||
(type (;1;) (func (param i32 i32) (result i32))) | ||
(import "./reference_test_bg.js" "__wbindgen_init_externref_table" (func (;0;) (type 0))) | ||
(func $add_u32 (;1;) (type 1) (param i32 i32) (result i32)) | ||
(func $add_i32 (;2;) (type 1) (param i32 i32) (result i32)) | ||
(table (;0;) 128 externref) | ||
(memory (;0;) 17) | ||
(export "memory" (memory 0)) | ||
(export "add_u32" (func $add_u32)) | ||
(export "add_i32" (func $add_i32)) | ||
(export "__wbindgen_export_0" (table 0)) | ||
(export "__wbindgen_start" (func 0)) | ||
(@custom "target_features" (after code) "\04+\0amultivalue+\0fmutable-globals+\0freference-types+\08sign-ext") | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
(module $reference_test.wasm | ||
(type (;0;) (func (result i32))) | ||
(type (;1;) (func (param i32 i32))) | ||
(func $__wbg_classbuilder_free (;0;) (type 1) (param i32 i32)) | ||
(func $classbuilder_builder (;1;) (type 0) (result i32)) | ||
(type (;0;) (func)) | ||
(type (;1;) (func (result i32))) | ||
(type (;2;) (func (param i32 i32))) | ||
(import "./reference_test_bg.js" "__wbindgen_init_externref_table" (func (;0;) (type 0))) | ||
(func $__wbg_classbuilder_free (;1;) (type 2) (param i32 i32)) | ||
(func $classbuilder_builder (;2;) (type 1) (result i32)) | ||
(table (;0;) 128 externref) | ||
(memory (;0;) 17) | ||
(export "memory" (memory 0)) | ||
(export "__wbg_classbuilder_free" (func $__wbg_classbuilder_free)) | ||
(export "classbuilder_builder" (func $classbuilder_builder)) | ||
(export "__wbindgen_export_0" (table 0)) | ||
(export "__wbindgen_start" (func 0)) | ||
(@custom "target_features" (after code) "\04+\0amultivalue+\0fmutable-globals+\0freference-types+\08sign-ext") | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
(module $reference_test.wasm | ||
(type (;0;) (func (result i32))) | ||
(type (;1;) (func (param i32 i32))) | ||
(func $__wbg_classconstructor_free (;0;) (type 1) (param i32 i32)) | ||
(func $classconstructor_new (;1;) (type 0) (result i32)) | ||
(type (;0;) (func)) | ||
(type (;1;) (func (result i32))) | ||
(type (;2;) (func (param i32 i32))) | ||
(import "./reference_test_bg.js" "__wbindgen_init_externref_table" (func (;0;) (type 0))) | ||
(func $__wbg_classconstructor_free (;1;) (type 2) (param i32 i32)) | ||
(func $classconstructor_new (;2;) (type 1) (result i32)) | ||
(table (;0;) 128 externref) | ||
(memory (;0;) 17) | ||
(export "memory" (memory 0)) | ||
(export "__wbg_classconstructor_free" (func $__wbg_classconstructor_free)) | ||
(export "classconstructor_new" (func $classconstructor_new)) | ||
(export "__wbindgen_export_0" (table 0)) | ||
(export "__wbindgen_start" (func 0)) | ||
(@custom "target_features" (after code) "\04+\0amultivalue+\0fmutable-globals+\0freference-types+\08sign-ext") | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
(module $reference_test.wasm | ||
(type (;0;) (func)) | ||
(import "./reference_test_bg.js" "__wbindgen_init_externref_table" (func (;0;) (type 0))) | ||
(table (;0;) 128 externref) | ||
(memory (;0;) 16) | ||
(export "memory" (memory 0)) | ||
(export "__wbindgen_export_0" (table 0)) | ||
(export "__wbindgen_start" (func 0)) | ||
(@custom "target_features" (after export) "\04+\0amultivalue+\0fmutable-globals+\0freference-types+\08sign-ext") | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
(module $reference_test.wasm | ||
(type (;0;) (func (param i32) (result i32))) | ||
(func $enum_echo (;0;) (type 0) (param i32) (result i32)) | ||
(func $option_enum_echo (;1;) (type 0) (param i32) (result i32)) | ||
(func $get_name (;2;) (type 0) (param i32) (result i32)) | ||
(func $option_string_enum_echo (;3;) (type 0) (param i32) (result i32)) | ||
(func $option_order (;4;) (type 0) (param i32) (result i32)) | ||
(type (;0;) (func)) | ||
(type (;1;) (func (param i32) (result i32))) | ||
(import "./reference_test_bg.js" "__wbindgen_init_externref_table" (func (;0;) (type 0))) | ||
(func $enum_echo (;1;) (type 1) (param i32) (result i32)) | ||
(func $option_enum_echo (;2;) (type 1) (param i32) (result i32)) | ||
(func $get_name (;3;) (type 1) (param i32) (result i32)) | ||
(func $option_string_enum_echo (;4;) (type 1) (param i32) (result i32)) | ||
(func $option_order (;5;) (type 1) (param i32) (result i32)) | ||
(table (;0;) 128 externref) | ||
(memory (;0;) 17) | ||
(export "memory" (memory 0)) | ||
(export "enum_echo" (func $enum_echo)) | ||
(export "option_enum_echo" (func $option_enum_echo)) | ||
(export "get_name" (func $get_name)) | ||
(export "option_string_enum_echo" (func $option_string_enum_echo)) | ||
(export "option_order" (func $option_order)) | ||
(export "__wbindgen_export_0" (table 0)) | ||
(export "__wbindgen_start" (func 0)) | ||
(@custom "target_features" (after code) "\04+\0amultivalue+\0fmutable-globals+\0freference-types+\08sign-ext") | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.