Skip to content

Commit

Permalink
Remove WASM_STACK_POINTER.
Browse files Browse the repository at this point in the history
As discussed in

WebAssembly#26

this removes WASM_STACK_POINTER.
  • Loading branch information
sunfishcode committed Dec 6, 2017
1 parent 5756bd9 commit fc6b397
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ out in the same way as the ["names"][names_sec] section:

The current list of valid `type` codes are:

- `0 / WASM_STACK_POINTER` - This specifies which global variable is to be
treated as the stack pointer.

- `1 / WASM_SYMBOL_INFO` - Specifies extra information about the symbols present
in the module.

Expand All @@ -153,13 +150,6 @@ The current list of valid `type` codes are:
tells the linking what constraints are placed on the location of the data
section in the final binary.

For `WASM_STACK_POINTER` the following fields are present in the
subsection:

| Field | Type | Description |
| ------ | ------------| ---------------------------------------------- |
| index | `varuint32` | index of the global which is the stack pointer |

For `WASM_SYMBOL_INFO` the following fields are present in the
subsection:

Expand Down

0 comments on commit fc6b397

Please sign in to comment.